-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace scanner with reader #3406 #3422
Conversation
5f86e9e
to
eb8ba52
Compare
analysis/model/src/main/kotlin/de/maibornwolff/codecharta/serialization/PipedInputReader.kt
Outdated
Show resolved
Hide resolved
This reverts commit 1cae0bf.
3779fa7
to
185563e
Compare
analysis/model/src/main/kotlin/de/maibornwolff/codecharta/serialization/ProjectInputReader.kt
Outdated
Show resolved
Hide resolved
Does this close #2858 ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Closes #2858
- Void -> Unit
- Test for ProjectInputReader line 93, return streamContent if JSON malformed
- Sonar code smell interface -> fun interface
- "{" -> '{'
🚀 lgtm!
Apparently, functional interfaces can only contain abstract functions. We could convert the PipeableParser to an abstract class, but imo this would inconsistent with the InteractiveParser. For now I am accepting the code smell. |
[CodeCharta Visualization] Kudos, SonarCloud Quality Gate passed! |
[CodeCharta Analysis] Kudos, SonarCloud Quality Gate passed! |
Replace scanner with reader #3406
Issue: #3406
Description
Definition of Done
A PR is only ready for merge once all the following acceptance criteria are fulfilled: